home *** CD-ROM | disk | FTP | other *** search
/ DigitalVision: Spaced Out / DigitalVision: Spaced Out - Disc 1.iso / pc / data / images.dxr / Internal_51_back button.ls < prev    next >
Encoding:
Text File  |  2001-10-22  |  564 b   |  24 lines

  1. on mouseUp me
  2.   cursor(-1)
  3.   currentSection = utilsGetSection()
  4.   theMarker = marker(0)
  5.   case theMarker of
  6.     marker("imagesearch"):
  7.       case currentSection of
  8.         #cdsearch:
  9.           localJumpToBrowse()
  10.         #keywordsearch:
  11.           localJumpToKeywordSearch()
  12.         #yourimages:
  13.           localJumpToYourImages()
  14.       end case
  15.     marker("zoomed"):
  16.       case currentSection of
  17.         #cdsearch, #keywordsearch, #yourimages:
  18.           localJumpToThumbnails()
  19.         #imageSearch:
  20.           localJumpToImageSearch()
  21.       end case
  22.   end case
  23. end
  24.